home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Dealing with Change / Workplace Effectiveness: Dealing with Change.iso / pc / Alliance.Dxr / 00005_pixel transition-go next.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  142 b   |  9 lines

  1. on exitFrame
  2.   if the machineType <> 256 then
  3.     puppetTransition(51, 8)
  4.   else
  5.     puppetTransition(26, 8)
  6.   end if
  7.   go(the frame + 1)
  8. end
  9.